home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-11-11 | 740 b | 28 lines | [TEXT/MPS ] |
- # File MakeFile - Make instructions for C examples.
- #
- # Copyright Apple Computer, Inc. 1991, 1997
- # All rights reserved.
- #
- # This makefile builds "Lurkers"
- #
- # You can define {SymOptions} as "-sym on" or "-sym off" for use with SADE
- # We also recommend requiring prototypes for all functions
- COptions = -r {SymOptions}
-
- Lurkers ƒƒ Lurkers.c.o FStubs.c.o
- Link {SymOptions} -w -c 'MPS ' -t MPST Lurkers.c.o FStubs.c.o ∂
- -sn STDIO=Main ∂
- -sn INTENV=Main ∂
- -sn %A5Init=Main ∂
- "{Libraries}"Stubs.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"IntEnv.o ∂
- "{Libraries}"MacRuntime.o ∂
- "{Libraries}"ToolLibs.o ∂
- -o Lurkers
-
- Lurkers ƒƒ Lurkers.r
- Rez Lurkers.r -c 'MPS ' -t MPST -o Lurkers -append
-
-